[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LogOff () --> true/false:
~~~~~~~~~~~~~~~~~~~~~~~~~

Functions:
~~~~~~~~~~
Decrements the current number enabled to work by one.

Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
nil

Return value:
~~~~~~~~~~~~~
true if it was success to decrement by one

Remarks:
~~~~~~~~
Counter is the ViewId field of first record in OBasic1.dbf. After first
starting of the program it is Performed LogOn() automaticaly, after finishing
of program the LogOff(). The LogXXX functions are used for reindex after first
running when a emergency (aborted) finish of the program was detected.
The most interesting use of LogXXX functions is in Dbf class in method Open()
If you end the program indenpendently by own quit command, don't forget to
perform the LogOff() befor a quit. More conveenient is to let the program
to end it by itself.

Example:
~~~~~~~~
    LogOff()
    ? "Quitting..."
    quit

Source code is in file  Object3.prg

See Also: LogOn LogClear Dbf
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson